From fe822a0a244245a5323b12d710f7072c0b634c07 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 5 Apr 2019 03:05:08 +0000 Subject: [PATCH] builder-tool: Don't empty out elements We were inadvertedly losing the content of elements. Fix this, by marking (!) them as pcdata elements. --- gtk/tools/gtk-builder-tool-simplify.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/tools/gtk-builder-tool-simplify.c b/gtk/tools/gtk-builder-tool-simplify.c index 9489e4efb0..144f823e6a 100644 --- a/gtk/tools/gtk-builder-tool-simplify.c +++ b/gtk/tools/gtk-builder-tool-simplify.c @@ -241,6 +241,7 @@ is_pcdata_element (Element *element) "mime-type", "col", "item", + "mark", NULL, }; -- 2.30.2